File: n_msg.sru
Size: 289
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extension Message class
forward
global type n_msg from pfc_n_msg
end type
end forward

global type n_msg from pfc_n_msg
end type
global n_msg n_msg

on n_msg.create
TriggerEvent( this, "constructor" )
end on

on n_msg.destroy
TriggerEvent( this, "destructor" )
end on